--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 39ecb5387379a663d24109e68a52e541731f4ece
Parents : e5080a7
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-05-07T20:24:01-05:00
feat(pytest.ini): add long_running marker for multi-minute soak tests in pytest configuration
Changes
Diff
diff --git a/pytest.ini b/pytest.ini
index 35382675..3fa89f06 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -4,6 +4,7 @@ python_files = test_*.py
python_functions = test_*
markers =
integration: optional tests (live network, subprocess Reticulum, etc.)
+ long_running: multi-minute soak tests (set MESHCHAT_LONG_TEST_SECONDS; see test_long_running_stress.py)
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
filterwarnings =
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────